home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / workshop / other / testlin / testlin.exe / LINUX / USR / BIN / CDROM < prev    next >
Encoding:
Text File  |  1995-11-16  |  116 b   |  7 lines

  1. #!/bin/sh
  2. umount /cdrom
  3. echo Remove old CDROM and insert new CDROM...
  4. read x
  5. mount -t iso9660 -r /dev/cdrom /cdrom
  6.  
  7.